(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
LONG StoreLocalItem()
SYNOPSIS
struct IFFHandle * iff
struct LocalContextItem * localItem
LONG position

LOCATION
In IFFParseBase at offset 36
FUNCTION
Stores the given local context item in a context node. Which context node this is depends on the value of the position argument: IFFSLI_ROOT - insert into the default contextnode. IFFSLI_PROP - insert into the node returned by FindPropContext(). IFFSLI_TOP - insert item into the current contextnode.

INPUTS
iff
pointer to IFFHandle struct.
localItem
pointer to local context item.
position
IFFSLI_ROOT, IFFSLI_PROP or IFFSLI_TOP.
RESULT
error - 0 if succesfull, IFFERR_#? otherwise.

NOTES
EXAMPLE
BUGS
SEE ALSO
StoreItemInContext(), FindLocalItem(), EntryHandler(), ExitHandler()
INTERNALS
HISTORY
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen